@charset "utf-8";
/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 62.5%;
  font-size: 16px;
  line-height: 24px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
  color: #333;
  /*设置宽度*/
  background-color: #fff;
}
.ol,
.ol .li,
.dl,
.dl .li,
.ul,
.ul .li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
b,
strong {
  font-weight: 600;
}
input,
button,
select,
textarea {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif';
  color: #414446;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}
input:focus {
  outline: none;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: none;
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
span {
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
}
.box-sizing-border,
.box-sizing-border * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-border::before,
.box-sizing-border *::before,
.box-sizing-border::after,
.box-sizing-border *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-content,
.box-sizing-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box-sizing-content::before,
.box-sizing-content *::before,
.box-sizing-content::after,
.box-sizing-content *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-box img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.img-box.auto-img img {
  position: static;
  height: auto;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(102, 102, 102, 0.5);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(102, 102, 102, 0.5);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(102, 102, 102, 0.5);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(102, 102, 102, 0.5);
}
.input-color1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
}
.input-color1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
}
.input-color1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
}
.input-color1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #1492ff;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: #1492ff;
}
.scroll-type-a::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滚动条轨道 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滑块 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ffffff;
}
/*滑块效果*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: #ffffff;
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="js"] {
  justify-content: start;
}
[flex][flex~="jfs"] {
  justify-content: flex-start;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="je"] {
  justify-content: end;
}
[flex][flex~="jfe"] {
  justify-content: flex-end;
}
[flex][flex~="as"] {
  align-items: flex-start;
}
[flex][flex~="ac"] {
  align-items: center;
}
[flex][flex~="ae"] {
  align-items: flex-end;
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .lw-nw-1 {
    width: 8.33333333%;
  }
  .lw-nw-2 {
    width: 16.66666667%;
  }
  .lw-nw-3 {
    width: 25%;
  }
  .lw-nw-4 {
    width: 33.33333333%;
  }
  .lw-nw-5 {
    width: 41.66666667%;
  }
  .lw-nw-6 {
    width: 50%;
  }
  .lw-nw-7 {
    width: 58.33333333%;
  }
  .lw-nw-8 {
    width: 66.66666667%;
  }
  .lw-nw-9 {
    width: 75%;
  }
  .lw-nw-10 {
    width: 83.33333333%;
  }
  .lw-nw-11 {
    width: 91.66666667%;
  }
  .lw-nw-12 {
    width: 100%;
  }
  .lw-5nw {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
}
.exit {
  position: relative;
  border-radius: 50%;
  z-index: 5;
}
.exit::before,
.exit::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
}
.exit::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.exit::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.exit.exit-a {
  height: 40px;
  width: 40px;
}
.exit.exit-a::before,
.exit.exit-a::after {
  margin-top: -1px;
  margin-left: -35%;
  width: 70%;
  height: 2px;
  background: #666666;
}
.exit.exit-b {
  height: 20px;
  width: 20px;
  opacity: 0.32;
}
.exit.exit-b::before,
.exit.exit-b::after {
  margin-top: -1px;
  margin-left: -50%;
  width: 100%;
  height: 2px;
  background: #000000;
}
.exit.exit-b:hover {
  opacity: 1;
}
.exit.exit-b:hover::before,
.exit.exit-b:hover::after {
  background: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#018ae2, #018ae2);
  background-blend-mode: normal, normal;
}
/**视频弹框**/
.tank-video-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.tank-video-box .flex-box {
  height: 100%;
  width: 100%;
}
.tank-video-box .video-box {
  position: relative;
  height: auto;
  width: auto;
}
.tank-video-box .video-box .exit {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  transform: rotate(0);
  transition: all 0.3s;
}
.tank-video-box .video-box .exit::before,
.tank-video-box .video-box .exit::after {
  background-color: #018ae2;
  transition: all 0.3s;
}
.tank-video-box .video-box .exit:hover {
  transform: rotate(45deg);
  background: #018ae2;
}
.tank-video-box .video-box .exit:hover::before,
.tank-video-box .video-box .exit:hover::after {
  background-color: #ffffff;
}
.tank-video-box .video-box video {
  display: block;
  border: 7px solid #137fdc;
  border: 7px solid #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
  width: auto;
  max-width: 94vw;
  width: 650px;
  max-height: 96vh;
  border-radius: 4px;
}
/**轮播切换**/
.swiper-btns .swiper-btn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#018ae2, #018ae2);
  background-blend-mode: normal, normal;
  transition: all 0.3s;
}
.swiper-btns .swiper-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / 15px auto;
}
.swiper-btns .swiper-btn:hover {
  background: linear-gradient(#018ae2, #018ae2), linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%);
}
.swiper-btns .swiper-btn.prev {
  margin-left: 0;
}
.swiper-btns .swiper-btn.prev::before {
  background-image: url(../images/jt_1_1_1.png);
}
.swiper-btns .swiper-btn.prev:hover {
  margin-left: -3px;
}
.swiper-btns .swiper-btn.next {
  margin-right: 0;
}
.swiper-btns .swiper-btn.next::before {
  background-image: url(../images/jt_1_2_1.png);
}
.swiper-btns .swiper-btn.next:hover {
  margin-right: -3px;
}
@media (max-width: 1200px) {
  .swiper-btns .swiper-btn {
    width: 0.6rem;
    height: 0.9rem;
  }
  .swiper-btns .swiper-btn::before {
    background-size: 30% auto;
  }
}
.swiper-btns-b .swiper-btn {
  display: block;
  position: absolute;
  margin-top: -31px;
  width: 42px;
  height: 62px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.swiper-btns-b .swiper-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / 15px auto;
}
.swiper-btns-b .swiper-btn:hover {
  background: linear-gradient(#018ae2, #018ae2), linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%);
}
.swiper-btns-b .swiper-btn.prev {
  margin-left: 0;
}
.swiper-btns-b .swiper-btn.prev::before {
  background-image: url(../images/jt_1_1_1.png);
}
.swiper-btns-b .swiper-btn.prev:hover {
  margin-left: -3px;
}
.swiper-btns-b .swiper-btn.next {
  margin-right: 0;
}
.swiper-btns-b .swiper-btn.next::before {
  background-image: url(../images/jt_1_2_1.png);
}
.swiper-btns-b .swiper-btn.next:hover {
  margin-right: -3px;
}
@media (max-width: 1200px) {
  .swiper-btns-b .swiper-btn {
    width: 0.6rem;
    height: 0.9rem;
    margin-top: -0.45rem;
  }
  .swiper-btns-b .swiper-btn::before {
    background-size: 30% auto;
  }
}
.swiper-btns-c .swiper-btn {
  position: relative;
  display: block;
  opacity: 0.36;
}
.swiper-btns-c .swiper-btn svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  fill: #444444;
}
.swiper-btns-c .swiper-btn.prev svg {
  transform: rotate(180deg);
}
.swiper-btns-c .swiper-btn:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .swiper-btns-c .swiper-btn svg {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    margin-left: -0.35rem;
  }
}
.swiper-btns-d .swiper-btn {
  position: relative;
  display: block;
  opacity: 0.53;
}
.swiper-btns-d .swiper-btn svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  fill: #444444;
}
.swiper-btns-d .swiper-btn.prev svg {
  transform: rotate(180deg);
}
.swiper-btns-d .swiper-btn:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .swiper-btns-d .swiper-btn svg {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
}
/**轮播点**/
.swiper-points span {
  margin: 0 7px;
  border: solid 2px #ffffff;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  background-blend-mode: normal, normal;
}
.swiper-points span.swiper-pagination-bullet-active {
  border: 0 none;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#3f79c7, #3f79c7);
}
/**视频图标**/
.video-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-play .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15%;
  width: 56px;
  height: 40px;
  background: #282828;
}
.video-play .icon svg {
  display: block;
  margin: 0 auto 0 2%;
  width: 35%;
  fill: #ffffff;
}
.video-play-box:hover .video-play .icon {
  background: #ec1919;
}
/**标题**/
.auto-title-a {
  padding-top: 70px;
  padding-bottom: 45px;
}
.auto-title-a .auto-title-h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
}
.auto-title-a .auto-title-des {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.4em;
}
.auto-title-a .auto-title-des img {
  flex-shrink: 0;
}
.auto-title-a .auto-title-des .jt1 {
  margin-right: 17px;
}
.auto-title-a .auto-title-des .jt2 {
  margin-left: 17px;
}
@media (max-width: 1200px) {
  .auto-title-a {
    padding-top: 0.55rem;
    padding-bottom: 0.3rem;
  }
  .auto-title-a .auto-title-h2 {
    font-size: 0.38rem;
  }
  .auto-title-a .auto-title-des {
    margin-top: 0.05rem;
    font-size: 0.24rem;
  }
  .auto-title-a .auto-title-des img {
    flex-shrink: 0;
    width: 0.49rem;
  }
  .auto-title-a .auto-title-des .jt1 {
    margin-right: 0.2rem;
  }
  .auto-title-a .auto-title-des .jt2 {
    margin-left: 0.2rem;
  }
}
.auto-title-b {
  border-bottom: 1px solid #f5f5f5;
}
.auto-title-b .auto-title-h6 {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-b .auto-title-h6::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(0deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#d1d1d1, #d1d1d1);
  background-blend-mode: normal, normal;
}
.auto-title-b .more {
  font-size: 13px;
  line-height: 24px;
  color: #999999;
}
.auto-title-b .more:hover {
  color: #137fdc;
}
.auto-title-c .line {
  display: block;
  margin-bottom: 20px;
  width: 37px;
  height: 3px;
  background-color: #001836;
  opacity: 0.15;
}
.auto-title-c .auto-title-des {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-c .auto-title-des + .auto-title-h2 {
  margin-top: -2px;
}
.auto-title-c .auto-title-h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .auto-title-c .line {
    margin-bottom: 0.25rem;
  }
  .auto-title-c .auto-title-des {
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .auto-title-c .auto-title-des + .auto-title-h2 {
    margin-top: 0;
  }
  .auto-title-c .auto-title-h2 {
    font-size: 0.38rem;
  }
}
.auto-title-d * + .line {
  margin-top: 0.23rem;
}
.auto-title-d .line {
  display: block;
  width: 0.61rem;
  height: 0.03rem;
  background-color: #2d0f20;
  opacity: 0.17;
}
.auto-title-d .auto-title-h2 {
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 1em;
  color: #137fdc;
  background-image: -webkit-linear-gradient(315deg, #03aaa8, #137fdc, #137fdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auto-title-d .auto-title-title {
  font-size: 0.4rem;
  line-height: 1.4em;
  color: #333333;
}
@media (max-width: 1200px) {
  .auto-title-d .auto-title-h2 {
    font-size: 0.42rem;
  }
  .auto-title-d .auto-title-title {
    margin-top: 0.05rem;
    font-size: 0.34rem;
  }
}
.auto-title-e {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.auto-title-e .auto-title-title {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-e .line {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.15rem;
  width: 0.61rem;
  height: 0.03rem;
  background-color: #2d0f20;
  opacity: 0.17;
}
@media (max-width: 1200px) {
  .auto-title-e {
    padding-top: 0.55rem;
    padding-bottom: 0.35rem;
    font-size: 0;
    line-height: 0;
  }
}
.auto-title-f {
  padding-top: 0.32rem;
  padding-bottom: 0.4rem;
  font-size: 0;
  line-height: 0;
}
.auto-title-f .auto-title-title {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-f .line {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.18rem;
  width: 0.61rem;
  height: 0.04rem;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#2d0f20, #2d0f20);
  background-blend-mode: normal, normal;
}
@media (max-width: 1200px) {
  .auto-title-f {
    padding-top: 0.55rem;
    padding-bottom: 0.35rem;
  }
}
/***箭头***/
.jt-a-css {
  border-radius: 50%;
  border: 0.02rem solid #ffffff;
  width: 0.32rem;
  height: 0.32rem;
}
.jt-a-css svg {
  width: 100%;
  height: 75%;
  fill: #ffffff;
}
.jt-b {
  width: 0.4rem;
  height: 0.4rem;
}
.jt-b svg {
  width: 100%;
  height: 100%;
  fill: #333333;
}
.jt-b-on.on .jt-b svg {
  fill: #137fdc;
}
/**查看更多按钮**/
.more-box-a .more-a-btn {
  position: relative;
  border-radius: 27px;
  width: 190px;
  overflow: hidden;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#018ae2, #018ae2);
  background-blend-mode: normal, normal;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  color: #ffffff;
}
.more-box-a .more-a-btn .more-a-word {
  position: relative;
}
.more-box-a .more-a-btn .jt {
  position: relative;
  margin-left: 23px;
}
.more-box-a .more-a-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 0;
  background: #ec1919;
  transition: all 0.3s;
}
.more-box-a .more-a-btn:hover::before {
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .more-box-a .more-a-btn {
    border-radius: 0.3rem;
    width: 2.4rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .more-box-a .more-a-btn .jt {
    margin-left: 0.3rem;
  }
}
.more-box-b .more-b-btn {
  display: flex;
  width: 132px;
  height: 42px;
  background: #d0111b;
}
.more-box-b .more-b-btn:hover {
  background-color: #137fdc;
}
.more-box-b .more-b-btn svg {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 60%;
  fill: #ffffff;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.more-box-b .more-b-btn.on svg {
  transform: rotate(-90deg);
}
@media (max-width: 1200px) {
  .more-box-b .more-b-btn {
    width: 2.5rem;
    height: 0.7rem;
  }
}
/**列表翻页**/
.page-btn-box {
  display: flex;
  padding: 58px 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
}
.page-btn-box .page-btn {
  margin: 2.5px;
  border-radius: 4px;
  border: 1px solid transparent;
  min-width: 62px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 44px;
  color: #666666;
  background: #ffffff;
  transition: all 0.3s;
}
.page-btn-box .page-btn.on,
.page-btn-box .page-btn:hover {
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#d70c19, #d70c19);
  background-blend-mode: normal, normal;
  color: #ffffff;
}
@media (max-width: 1380px) {
  .page-btn-box {
    padding: 40px 15px 40px;
  }
}
@media (max-width: 1200px) {
  .page-btn-box {
    padding: 35px 10px 45px;
  }
}
@media (max-width: 992px) {
  .page-btn-box {
    padding: 30px 0 35px;
  }
  .page-btn-box .page-btn {
    margin: 2px;
    height: 34px;
    min-width: 30px;
    padding: 0 15px;
    line-height: 34px;
  }
}
/**分享**/
.share-box .share-btn {
  position: relative;
  margin: 0 4px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #c0c0c0;
  transition: all 0.3s;
}
.share-box .share-btn svg {
  display: block;
  width: 76%;
  height: 76%;
  fill: #ffffff;
}
.share-box .share-btn:hover {
  background-color: #d0111b;
}
.share-box .share-btn:hover .creat-codeBox {
  margin-bottom: 0;
  opacity: 1;
}
.share-box .creat-codeBox {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translate(-50%, 0);
  border-radius: 5px;
  width: 90px;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
/**弹框**/
.tank-block-a {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.tank-block-a .tank-mark {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.tank-block-a .flex-box {
  height: 100%;
  width: 100%;
}
.tank-block-a .tank-a-main {
  position: relative;
  z-index: 999;
  border-radius: 5px;
  width: 560px;
  max-width: 96%;
}
.tank-block-a .tank-a-top {
  border-bottom: 2px solid #04bcfa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.tank-block-a .tank-a-top .title {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#0256ac, #0256ac);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
  border-radius: 3px 3px 0px 0px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 34px;
  color: #ffffff;
}
.tank-block-a .tank-a-top.color-type-a {
  border-bottom-color: #126fc8;
}
.tank-block-a .tank-a-top.color-type-a .title {
  background-image: linear-gradient(0deg, #126ec8 0%, #0685d1 100%), linear-gradient(#0256ac, #0256ac);
}
.tank-block-a .tank-a-cont {
  padding-top: 26px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.tank-block-a .tank-a-cont .red {
  color: #e90000;
}
.tank-block-a .tank-a-cont .label-li {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tank-block-a .tank-a-cont .label-title {
  flex-shrink: 0;
  margin-right: 14px;
  width: 1rem;
  padding-top: 9px;
  text-align: right;
  line-height: 20px;
}
.tank-block-a .tank-a-cont .input-box {
  position: relative;
  width: calc(100% - 1.14rem);
}
.tank-block-a .tank-a-cont .input-box .input {
  border: solid 1px #d6d6d6;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 22px;
}
.tank-block-a .tank-a-cont .input-box .error {
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}
.tank-block-a .tank-a-cont .tips {
  padding: 14px 5%;
}
.tank-block-a .tank-a-cont .tips .span {
  flex-shrink: 0;
}
.tank-block-a .tank-a-cont .tips a {
  display: contents;
  color: #555555;
}
.tank-block-a .tank-a-cont .btn-box .btn {
  border-radius: 22px;
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
  cursor: pointer;
  width: 1.6rem;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  color: #ffffff;
  transition: all 0.3s;
}
.tank-block-a .tank-a-cont .btn-box .btn.type-a {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#000000, #000000);
}
.tank-block-a .tank-a-cont .btn-box .btn.type-b {
  background-image: linear-gradient(0deg, #126ec8 0%, #0685d1 100%), linear-gradient(#000000, #000000);
}
.tank-block-a .tank-a-cont .btn-box .btn:hover {
  background: #e90000;
}
@media (max-width: 1200px) {
  .tank-block-a .tank-a-top {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.35rem;
  }
  .tank-block-a .tank-a-top .title {
    padding: 0 0.2rem;
    font-size: 0.28rem;
    line-height: 1.9em;
  }
  .tank-block-a .tank-a-cont {
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .tank-block-a .tank-a-cont .label-li {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .tank-block-a .tank-a-cont .label-title {
    margin-right: 0.2rem;
    margin-bottom: 0.07rem;
    width: 100%;
    padding-top: 0;
    text-align: left;
    line-height: 1.6em;
  }
  .tank-block-a .tank-a-cont .label-title br {
    display: none;
  }
  .tank-block-a .tank-a-cont .input-box {
    width: 100%;
  }
  .tank-block-a .tank-a-cont .input-box .input {
    padding: 0.15rem 0.25rem;
    font-size: 0.24rem;
    line-height: 1.4em;
  }
  .tank-block-a .tank-a-cont .input-box .error {
    width: 0.4rem;
  }
  .tank-block-a .tank-a-cont .tips {
    padding: 0.15rem 5%;
  }
  .tank-block-a .tank-a-cont .btn-box .btn {
    border-radius: 0.3rem;
    width: auto;
    min-width: 1.8rem;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
}
/**弹框**/
.auto-tank-hide-a {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  width: 840px;
  max-width: 96vw;
  padding: 17px 25px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-size: 17px;
  line-height: 1.6em;
  color: #ffffff;
}
/**侧边悬浮**/
.nav-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.nav-fixed .ul .li {
  position: relative;
  width: 76px;
  text-align: center;
}
.nav-fixed .ul .li + .li {
  margin-top: 1px;
}
.nav-fixed .ul .box {
  display: block;
  padding: 12px 0 11px;
  background-color: #d51b28;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  transition: all 0.3s;
}
.nav-fixed .ul .box:hover {
  background-color: #a70d17;
}
.nav-fixed .ul .box:hover .code-box,
.nav-fixed .ul .box:hover .num {
  margin-right: 0;
  opacity: 1;
  pointer-events: auto;
}
.nav-fixed .ul .icons {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3px;
  position: relative;
}
.nav-fixed .ul .icons img {
  display: block;
  transition: all 0.3s;
}
.nav-fixed .ul .icons .i {
  opacity: 1;
}
.nav-fixed .ul .icons .i-h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.nav-fixed .ul .txt {
  display: block;
}
.nav-fixed .num {
  display: flex;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -10px;
  transform: translateY(-50%);
  height: 100%;
  padding: 5px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #d51b28;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.nav-fixed .code-box {
  display: flex;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -10px;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 110px;
  padding: 1px;
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .nav-fixed .ul .li {
    width: 66px;
  }
  .nav-fixed .ul .box {
    padding: 9px 0 7px;
    font-size: 12px;
  }
  .nav-fixed .ul .icons img {
    margin-bottom: 0;
    width: 24px;
  }
  .nav-fixed .num {
    padding: 0 15px;
    font-size: 16px;
  }
  .nav-fixed .code-box {
    width: 80px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .nav-fixed {
    display: none;
  }
}
